home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Sweet Home 3D 1.4 / SweetHome3D-1.4-windows.exe / {app} / jre1.6.0_06 / lib / sound.properties < prev    next >
Text File  |  2008-10-07  |  1KB  |  40 lines

  1. ############################################################
  2. #               Sound Configuration File
  3. ############################################################
  4. #
  5. # This properties file is used to specify default service
  6. # providers for javax.sound.midi.MidiSystem and
  7. # javax.sound.sampled.AudioSystem.
  8. #
  9. # The following keys are recognized by MidiSystem methods:
  10. #
  11. # javax.sound.midi.Receiver
  12. # javax.sound.midi.Sequencer
  13. # javax.sound.midi.Synthesizer
  14. # javax.sound.midi.Transmitter
  15. #
  16. # The following keys are recognized by AudioSystem methods:
  17. #
  18. # javax.sound.sampled.Clip
  19. # javax.sound.sampled.Port
  20. # javax.sound.sampled.SourceDataLine
  21. # javax.sound.sampled.TargetDataLine
  22. #
  23. # The values specify the full class name of the service
  24. # provider, or the device name.
  25. #
  26. # See the class descriptions for details.
  27. #
  28. # Example 1:
  29. # Use MyDeviceProvider as default for SourceDataLines:
  30. # javax.sound.sampled.SourceDataLine=com.xyz.MyDeviceProvider
  31. #
  32. # Example 2:
  33. # Specify the default Synthesizer by its name "InternalSynth".
  34. # javax.sound.midi.Synthesizer=#InternalSynth
  35. #
  36. # Example 3:
  37. # Specify the default Receiver by provider and name:
  38. # javax.sound.midi.Receiver=com.sun.media.sound.MidiProvider#SunMIDI1
  39. #
  40.